String Schema
AccommodationStayRequestType Complex Type
Namespace http://string.drv.de/xmlschema/string
Diagram
CheckInOut Element Sequence AccommodationStayRequestType Complex Type
Overview
Sequence
CheckInOut optional AccommodationCheckInOutType Complex Type
Check In/Out Date and Time requested by the customer
CheckIn optional DateTimeType Simple Type
CheckOut optional DateTimeType Simple Type
Used By
StayRequest Element
Source
<xs:complexType name="AccommodationStayRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="CheckInOut" type="AccommodationCheckInOutType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Check In/Out Date and Time requested by the customer</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.